projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1320b
)
* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:40:58 +0000
(06:40 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:40:58 +0000
(06:40 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 959c1685a747480200d081b50131136fea91b999..786229c4eb9f339ee86bf7c9779c3f24f8ce63ad 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-543,7
+543,7
@@
sign. See `sh-feature'."
"The width for further indentation in Shell-Script mode."
:type 'integer
:group 'sh-script)
-
+(put 'sh-indentation 'safe-local-variable 'integerp)
(defcustom sh-remember-variable-min 3
"*Don't remember variables less than this length for completing reads."